home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / allout.swf / scripts / DefineButton2_272 / BUTTONCONDACTION on(release).as
Text File  |  2006-05-29  |  150b  |  12 lines

  1. on(release){
  2.    if(menustatus)
  3.    {
  4.       menu.gotoAndStop("off");
  5.    }
  6.    else
  7.    {
  8.       menu.gotoAndStop("on");
  9.    }
  10.    enetstatus++;
  11. }
  12.